æòÅⁿâoâiü[

File writeln() Method


    File(path).writeln(text, ...)

Description

    The File writeln() method writes a given string to the file. The parameters of this function are concatenated to a single string, and a Line Feed sequence is appended. Returns true on success.

    If the file is encoded, multiple bytes may be read to create single Unicode characters.

Parameters

    text

    A string or set of strings. All arguments are concatenated to form the string to be written.

Returns

    Boolean.